Issues
▪EthoVision XT does not record the pellet drops
▪The USB-IO box was accidentally disconnected, or is not found
▪EthoVision XT does not trigger the LED in an optogenetics setup
▪I cannot select devices from the second USB-IO box
▪Some inputs of the Fear Conditioning System do not work
▪How can I send data through a COM port?
EthoVision XT does not record the pellet drops
The problem occurs also when the Pellet dispenser works just fine.
1.Check that all USB-IO boxes are powered up. If the USB-IO box is not powered up, it may work half way and that is rarely noticed.
2.If many devices are connected or there is much USB activity, EthoVision XT cannot read the pellet drops in the necessary time. The Pellet dispenser sends out an approximately 100 ms pulse to the USB-IO box and then EthoVision XT; if it takes longer to read the pulse, EthoVision XT misses the read out. Try reduce USB devices that work simultaneously.
See also the EthoVision XT 19 - Trial and Hardware Control - Reference Manual for limitations in the number of devices that can be controlled.
The USB-IO box was accidentally disconnected, or is not found
The message appears At least one USB-IO box was not found.
1.Reconnect the USB-IO box to the EthoVision XT PC. Check that the USB-IO box is powered.
2.Click the Retry button (when this button is available).
3.Establishing connection requires some time. Wait until a message is given that the USB-IO box is detected again.
If the message of re-established connection does not appears, close and then restart EthoVision XT.
EthoVision XT does not trigger the LED in an optogenetics setup
In an optogenetics experimental setup, EthoVision XT controls one or more Pulsers through the USB-IO box. The Pulser and the LED can be triggered manually or with the Pulser software, but not through EthoVision XT. When the trigger command is sent out from EthoVision XT, the LED in the USB-IO box does not switch on.
Solution: Review all the cable connections as in the chapter Optogenetics experiments in the EthoVision XT 19 - Application Manual. Check that on the LED controller box, the switch at the back is set to Ext. Also in the Device Configuration window of EthoVision XT, make sure that for the ports TTL1, 2, etc. Custom hardware is selected. For details on this step, see the EthoVision XT 19 - Trial and Hardware Control - Reference Manual.
I cannot select devices from the second USB-IO box
A number of devices are connected to the EthoVision XT system through two USB-IO boxes. When one tries to select devices in the Device Configuration window, the drop-down menu under Devices is grayed-out.
Solution:
1.Close EthoVision XT, and uninstall the Noldus HardwareInterface software. You can find this in the Windows Control Panel > Programs and Features.
2.Download the full installation file (see Install EthoVision XT), and browse to Drivers and tools > PreRequisites > HardwareInterfaceIobox. Run the installation file HardwareInterface_Iobox_x64 [version number].msi.
Some inputs of the Fear Conditioning System do not work
Check that the USB-IO box is powered. Review the cable connections as described in the section of the EthoVision XT 19 - Application Manual which describes the Ugo Basile Fear Conditioning System.
How can I send data through a COM port?
Use case: Send a string or an integer to an Arduino board via COM.
To do so, you must first install a DLL interface component. Please contact Noldus for further details. Once this component is installed:
1.In the Experiment Settings, declare the COM port as you would when using the Noldus USB-IO box and other devices.
2.In the Arena-Hardware mapping window, map the COM port onto the arena.
3.In the Trial Control Settings, add an action based on a COM port.
Note that:
▪Data (string or long integers) is sent out as a string. For example, if you specify 1234, the string “1234” is sent out.
▪A string can also be hexadecimal, for example, 0x6261. Two bytes are sent out, first 0x61, then 0x62.